ComponentOne FinancialChart for WPF
OldValue Property



C1.WPF Namespace > PropertyChangedEventArgs<T> Class : OldValue Property
The value of the property before the change.
Syntax
'Declaration
 
Public Property OldValue As T
'Usage
 
Dim instance As PropertyChangedEventArgs(Of T)
Dim value As T
 
instance.OldValue = value
 
value = instance.OldValue
public T OldValue {get; set;}
public:
property T^ OldValue {
   T^ get();
   void set (    T^ value);
}
See Also

Reference

PropertyChangedEventArgs<T> Class
PropertyChangedEventArgs<T> Members